github.com/coder/websocket.header.masked (field)
9 uses
github.com/coder/websocket (current package)
frame.go#L46: masked bool
frame.go#L72: h.masked = b&(1<<7) != 0
frame.go#L93: if h.masked {
frame.go#L135: if h.masked {
frame.go#L164: if h.masked {
read.go#L196: if !c.client && !h.masked {
read.go#L311: if h.masked {
write.go#L284: c.writeHeader.masked = true
write.go#L332: if !c.writeHeader.masked {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |